home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 2000 November / Designer's Club 2000 November.iso / pc / DC Users Guide / Tutorials / Flash_Tutorial.exe / Flash_Tutorial.DXR / 00089.ls < prev    next >
Encoding:
Text File  |  2000-09-29  |  161 b   |  15 lines

  1. on mouseEnter
  2.   go("topdown")
  3. end
  4.  
  5. on mouseLeave
  6.   go("home")
  7. end
  8.  
  9. on mouseDown
  10.   repeat while the mouseDown
  11.     go("products")
  12.   end repeat
  13.   go("topdown")
  14. end
  15.